home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / MorphOS / cvs-1.11.2 / contrib / Makefile < prev    next >
Encoding:
Makefile  |  2002-11-18  |  11.7 KB  |  386 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  3.  
  4. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  5. # Free Software Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17. # Makefile for GNU CVS contributed sources.
  18. # Do not use this makefile directly, but only from `../Makefile'.
  19. # Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
  20.  
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25.  
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30.  
  31. # DISTFILES = \
  32. #     ChangeLog README .cvsignore intro.doc \
  33. #     Makefile.in clmerge.pl cln_hist.pl commit_prep.pl cvs2vendor.sh \
  34. #     cvs_acls.pl cvscheck.sh cvscheck.man cvshelp.man debug_check_log.sh \
  35. #     descend.sh \
  36. #     descend.man dirfns.shar log.pl log_accum.pl mfpipe.pl rcs-to-cvs.sh \
  37. #     rcs2log.sh rcslock.pl sccs2rcs.csh rcs2sccs.sh
  38.  
  39. # files installed in $(pkgdatadir)
  40. #
  41. # CONTRIB_FILES = README intro.doc cvscheck.man
  42.  
  43. SHELL = /bin/sh
  44.  
  45. srcdir = .
  46. top_srcdir = ..
  47. prefix = /usr
  48. exec_prefix = ${prefix}
  49.  
  50. bindir = ${exec_prefix}/bin
  51. sbindir = ${exec_prefix}/sbin
  52. libexecdir = ${exec_prefix}/libexec
  53. datadir = ${prefix}/share
  54. sysconfdir = ${prefix}/etc
  55. sharedstatedir = ${prefix}/com
  56. localstatedir = ${prefix}/var
  57. libdir = ${exec_prefix}/lib
  58. infodir = ${prefix}/info
  59. mandir = ${prefix}/man
  60. includedir = ${prefix}/include
  61. oldincludedir = /usr/include
  62. pkgdatadir = $(datadir)/cvs
  63. pkglibdir = $(libdir)/cvs
  64. pkgincludedir = $(includedir)/cvs
  65. top_builddir = ..
  66.  
  67. ACLOCAL = ${SHELL} /usr/src/cvs-1.11.2/missing --run aclocal
  68. AUTOCONF = ${SHELL} /usr/src/cvs-1.11.2/missing --run autoconf
  69. AUTOMAKE = ${SHELL} /usr/src/cvs-1.11.2/missing --run automake
  70. AUTOHEADER = ${SHELL} /usr/src/cvs-1.11.2/missing --run autoheader
  71.  
  72. INSTALL = /usr/bin/install -c
  73. INSTALL_PROGRAM = ${INSTALL}
  74. INSTALL_DATA = ${INSTALL} -m 644
  75. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = s,x,x,
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. AMTAR = ${SHELL} /usr/src/cvs-1.11.2/missing --run tar
  85. AWK = gawk
  86. CC = gcc
  87. CSH = /usr/bin/csh
  88. DEPDIR = .deps
  89. EXEEXT = 
  90. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  91. KRB4 = /usr/kerberos
  92. LN_S = ln -s
  93. OBJEXT = o
  94. PACKAGE = cvs
  95. PERL = /usr/bin/perl
  96. PR = /usr/bin/pr
  97. PS2PDF = /usr/bin/ps2pdf
  98. RANLIB = ranlib
  99. ROFF = /usr/bin/groff
  100. TEXI2DVI = /usr/bin/texi2dvi
  101. VERSION = 1.11.2
  102. YACC = bison -y
  103. am__include = include
  104. am__quote = 
  105. includeopt = 
  106. install_sh = /usr/src/cvs-1.11.2/install-sh
  107.  
  108. contribdir = $(pkgdatadir)/contrib
  109.  
  110. contrib_SCRIPTS = \
  111.     clmerge \
  112.     cln_hist \
  113.     commit_prep \
  114.     cvs2vendor \
  115.     cvs_acls \
  116.     cvscheck \
  117.     debug_check_log \
  118.     log \
  119.     log_accum \
  120.     mfpipe \
  121.     pvcs2rcs \
  122.     rcs-to-cvs \
  123.     rcs2log \
  124.     rcslock \
  125.     sccs2rcs
  126.  
  127.  
  128. contrib_DATA = \
  129.     README \
  130.     intro.doc
  131.  
  132.  
  133. contrib_MANS = \
  134.     cvscheck.man
  135.  
  136.  
  137. bin_LINKS = \
  138.     rcs2log
  139.  
  140.  
  141. EXTRA_DIST = \
  142.     .cvsignore \
  143.     $(contrib_DATA) \
  144.     $(contrib_MANS) \
  145.     cvs2vendor.sh \
  146.     cvscheck.sh \
  147.     cvshelp.man \
  148.     debug_check_log.sh \
  149.     descend.sh \
  150.     descend.man \
  151.     dirfns.shar \
  152.     rcs-to-cvs.sh \
  153.     rcs2log.sh \
  154.     rcs2sccs.sh
  155.  
  156.  
  157. CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
  158.  
  159. SUFFIXES = .sh
  160. subdir = contrib
  161. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  162. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
  163. CONFIG_CLEAN_FILES = clmerge cln_hist commit_prep cvs_acls log log_accum \
  164.     mfpipe pvcs2rcs rcslock sccs2rcs
  165. SCRIPTS = $(contrib_SCRIPTS)
  166.  
  167. DIST_SOURCES =
  168. DATA = $(contrib_DATA)
  169.  
  170. DIST_COMMON = README ChangeLog Makefile.am Makefile.in clmerge.in \
  171.     cln_hist.in commit_prep.in cvs_acls.in log.in log_accum.in \
  172.     mfpipe.in pvcs2rcs.in rcslock.in sccs2rcs.in
  173. all: all-am
  174.  
  175. .SUFFIXES:
  176. .SUFFIXES: .sh
  177. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  178.     cd $(top_srcdir) && \
  179.       $(AUTOMAKE) --gnu  contrib/Makefile
  180. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  181.     cd $(top_builddir) && \
  182.       CONFIG_HEADERS= CONFIG_LINKS= \
  183.       CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  184. clmerge: $(top_builddir)/config.status clmerge.in
  185.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  186. cln_hist: $(top_builddir)/config.status cln_hist.in
  187.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  188. commit_prep: $(top_builddir)/config.status commit_prep.in
  189.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  190. cvs_acls: $(top_builddir)/config.status cvs_acls.in
  191.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  192. log: $(top_builddir)/config.status log.in
  193.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  194. log_accum: $(top_builddir)/config.status log_accum.in
  195.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  196. mfpipe: $(top_builddir)/config.status mfpipe.in
  197.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  198. pvcs2rcs: $(top_builddir)/config.status pvcs2rcs.in
  199.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  200. rcslock: $(top_builddir)/config.status rcslock.in
  201.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  202. sccs2rcs: $(top_builddir)/config.status sccs2rcs.in
  203.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  204. install-contribSCRIPTS: $(contrib_SCRIPTS)
  205.     @$(NORMAL_INSTALL)
  206.     $(mkinstalldirs) $(DESTDIR)$(contribdir)
  207.     @list='$(contrib_SCRIPTS)'; for p in $$list; do \
  208.       f="`echo $$p|sed '$(transform)'`"; \
  209.       if test -f $$p; then \
  210.         echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(contribdir)/$$f"; \
  211.         $(INSTALL_SCRIPT) $$p $(DESTDIR)$(contribdir)/$$f; \
  212.       elif test -f $(srcdir)/$$p; then \
  213.         echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(contribdir)/$$f"; \
  214.         $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(contribdir)/$$f; \
  215.       else :; fi; \
  216.     done
  217.  
  218. uninstall-contribSCRIPTS:
  219.     @$(NORMAL_UNINSTALL)
  220.     @list='$(contrib_SCRIPTS)'; for p in $$list; do \
  221.       f="`echo $$p|sed '$(transform)'`"; \
  222.       echo " rm -f $(DESTDIR)$(contribdir)/$$f"; \
  223.       rm -f $(DESTDIR)$(contribdir)/$$f; \
  224.     done
  225. uninstall-info-am:
  226. install-contribDATA: $(contrib_DATA)
  227.     @$(NORMAL_INSTALL)
  228.     $(mkinstalldirs) $(DESTDIR)$(contribdir)
  229.     @list='$(contrib_DATA)'; for p in $$list; do \
  230.       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  231.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  232.       echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(contribdir)/$$f"; \
  233.       $(INSTALL_DATA) $$d$$p $(DESTDIR)$(contribdir)/$$f; \
  234.     done
  235.  
  236. uninstall-contribDATA:
  237.     @$(NORMAL_UNINSTALL)
  238.     @list='$(contrib_DATA)'; for p in $$list; do \
  239.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  240.       echo " rm -f $(DESTDIR)$(contribdir)/$$f"; \
  241.       rm -f $(DESTDIR)$(contribdir)/$$f; \
  242.     done
  243. tags: TAGS
  244. TAGS:
  245.  
  246.  
  247. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  248.  
  249. top_distdir = ..
  250. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  251.  
  252. distdir: $(DISTFILES)
  253.     @for file in $(DISTFILES); do \
  254.       if test -f $$file; then d=.; else d=$(srcdir); fi; \
  255.       dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  256.       if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  257.         $(mkinstalldirs) "$(distdir)/$$dir"; \
  258.       fi; \
  259.       if test -d $$d/$$file; then \
  260.         cp -pR $$d/$$file $(distdir) \
  261.         || exit 1; \
  262.       else \
  263.         test -f $(distdir)/$$file \
  264.         || cp -p $$d/$$file $(distdir)/$$file \
  265.         || exit 1; \
  266.       fi; \
  267.     done
  268. check-am: all-am
  269. check: check-am
  270. all-am: Makefile $(SCRIPTS) $(DATA)
  271.  
  272. installdirs:
  273.     $(mkinstalldirs) $(DESTDIR)$(contribdir) $(DESTDIR)$(contribdir)
  274.  
  275. install: install-am
  276. install-exec: install-exec-am
  277. install-data: install-data-am
  278. uninstall: uninstall-am
  279.  
  280. install-am: all-am
  281.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  282.  
  283. installcheck: installcheck-am
  284. install-strip:
  285.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  286.       `test -z '$(STRIP)' || \
  287.         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  288. mostlyclean-generic:
  289.  
  290. clean-generic:
  291.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  292.  
  293. distclean-generic:
  294.     -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  295.  
  296. maintainer-clean-generic:
  297.     @echo "This command is intended for maintainers to use"
  298.     @echo "it deletes files that may require special tools to rebuild."
  299. clean: clean-am
  300.  
  301. clean-am: clean-generic mostlyclean-am
  302.  
  303. distclean: distclean-am
  304.  
  305. distclean-am: clean-am distclean-generic
  306.  
  307. dvi: dvi-am
  308.  
  309. dvi-am:
  310.  
  311. info: info-am
  312.  
  313. info-am:
  314.  
  315. install-data-am: install-contribDATA install-contribSCRIPTS \
  316.     install-data-local
  317.  
  318. install-exec-am:
  319.  
  320. install-info: install-info-am
  321.  
  322. install-man:
  323.  
  324. installcheck-am:
  325.  
  326. maintainer-clean: maintainer-clean-am
  327.  
  328. maintainer-clean-am: distclean-am maintainer-clean-generic
  329.  
  330. mostlyclean: mostlyclean-am
  331.  
  332. mostlyclean-am: mostlyclean-generic
  333.  
  334. uninstall-am: uninstall-contribDATA uninstall-contribSCRIPTS \
  335.     uninstall-info-am uninstall-local
  336.  
  337. .PHONY: all all-am check check-am clean clean-generic distclean \
  338.     distclean-generic distdir dvi dvi-am info info-am install \
  339.     install-am install-contribDATA install-contribSCRIPTS \
  340.     install-data install-data-am install-data-local install-exec \
  341.     install-exec-am install-info install-info-am install-man \
  342.     install-strip installcheck installcheck-am installdirs \
  343.     maintainer-clean maintainer-clean-generic mostlyclean \
  344.     mostlyclean-generic uninstall uninstall-am \
  345.     uninstall-contribDATA uninstall-contribSCRIPTS \
  346.     uninstall-info-am uninstall-local
  347.  
  348.  
  349. # we'd rather have a link here rather than two copies of a script
  350. install-data-local:
  351.     : FIXME - this path should be determined dynamically from bindir
  352.     : and contribdir
  353.     @$(NORMAL_INSTALL)
  354.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  355.     @list='$(bin_LINKS)'; for p in $$list; do \
  356.         echo "test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  357.         echo "  && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
  358.         (test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
  359.             && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
  360.           || (echo "Link creation failed" && if test -f $$p; then \
  361.                echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  362.                $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  363.              else if test -f $(srcdir)/$$p; then \
  364.                echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  365.                $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  366.              else :; fi; fi); \
  367.     done
  368.  
  369. uninstall-local:
  370.     @$(NORMAL_UNINSTALL)
  371.     list='$(bin_LINKS)'; for p in $$list; do \
  372.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  373.     done
  374.  
  375. .sh:
  376.     rm -f $@
  377.     cp $< $@
  378.     chmod +x $@
  379.  
  380. # for backwards compatibility with the old makefiles
  381. realclean: maintainer-clean
  382. .PHONY: realclean
  383. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  384. # Otherwise a system limit (for SysV at least) may be exceeded.
  385. .NOEXPORT:
  386.